
/* =========================
   AMENITIES HERO SECTION
========================= */
.full-amen-hero {
  position: relative;
  width: 100%;
  min-height: 500px; /* desktop height */
  display: flex;
  align-items: center;
  background: url("img/service/service-7.jpeg") no-repeat center center;
  background-size: cover; /* image lokaani fill avutundi */
  padding: 80px 0;
  height:600px;
}

.full-amen-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* overlay for text clarity */
}

.full-amen-ser-hero-content {
  position: relative;
  z-index: 1;
  max-width: 750px;
  color: #fff;
}

.full-amen-ser-title-main {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #ffffff;
}

.full-amen-ser-hero-text {
  font-size: 18px;
  line-height: 1.6;
  color: #272626;
}

/* Tablet */
@media (max-width: 991px) {
  .full-amen-hero {
    min-height: 420px;
    padding: 60px 0;
  }

  .full-amen-ser-title-main {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .full-amen-hero {
    min-height: 320px;
    padding: 50px 0;
    background-position: center top; /* image important part visible */
  }

  .full-amen-ser-title-main {
    font-size: 26px;
  }

  .full-amen-ser-hero-text {
    font-size: 15px;
  }
}

/* ================= Amenities Section ================= */

.full-amenties-section {
  width: 100%;
  padding: 80px 0px;
  background-color: #EEEEEE;
}

.full-amenties-container {
  max-width: 1100px;
  margin: 0 auto;
}

.full-amenties-content {
  text-align: center;
  padding: 0 20px;
}

.full-amenties-title {
  font-size: 36px;
  font-weight: 700;
 color: #006400;
  margin-bottom: 20px;
  line-height: 1.3;
}

.full-amenties-text {
  font-size: 18px;
  line-height: 1.7;
  color: #0e3163;
  max-width: 900px;
  margin: 0 auto;
}

/* ================= Tablet ================= */
@media (max-width: 991px) {
  .full-amenties-section {
    padding: 30px 0px;
  }

  .full-amenties-title {
    font-size: 30px;
  }

  .full-amenties-text {
    font-size: 16px;
  }
}

/* ================= Mobile ================= */
@media (max-width: 575px) {
  .full-amenties-section {
    padding: 30px 15px;
  }

  .full-amenties-title {
    font-size: 24px;
  }

  .full-amenties-text {
    font-size: 15px;
    line-height: 1.6;
  }
}







  
/* <!-- =====================================================
   AMENITIES managen==mentttttttttttttttt  SECTION
=====================================================  --> */


.full-amen-imgonly-section {
  background: #f4f6f8;
  padding: 30px 0;
}
.full-amen-imgonly-section h2 {
  text-align: center;
 color: #006400;
      font-size: 36px;
    font-weight: 700;
  /* IMPORTANT FIX */
  margin-bottom: 40px;   /* cards ki daggara */
  margin-top: 0;
}

/* OUTER FRAME (LIKE REFERENCE IMAGE) */
.full-amen-frame {
  background: #ffffff;
  padding: 10px;                  /* border gap */
  border: 1px solid #d1d5db;      /* light grey border */
  border-radius: 6px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* IMAGE CARD */
.full-amen-img-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #000;
}

/* IMAGE */
.full-amen-img-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* OVERLAY */
.full-amen-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.25),
    transparent
  );
  display: flex;
  align-items: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.full-amen-overlay p {
  color: #5cae33e3;
  font-size: 14.5px;
  line-height: 1.5;
  margin: 0;
}

/* HOVER EFFECT */
.full-amen-frame:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.full-amen-frame:hover img {
  transform: scale(1.08);
}

.full-amen-frame:hover .full-amen-overlay {
  opacity: 1;
}

/* CLICK FEEL */
.full-amen-frame:active {
  transform: scale(0.97);
}


/* ===============================
   CIRCLE IMAGE BASE
   =============================== */

.ame-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;                 /* key */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6f4ea;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Image fit */
.ame-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;                /* no stretch */
  transition: transform 0.6s ease;
  border-radius: 25px;
}

/* ===============================
   HOVER INTERACTION (DESKTOP)
   =============================== */

@media (hover: hover) {
  .ame-benefit:hover .ame-circle {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 25px 55px rgba(0,0,0,0.25);
  }

  .ame-benefit:hover .ame-circle img {
    transform: scale(1.15);
  }
}

/* ===============================
   SCROLL ANIMATION SUPPORT
   =============================== */

.ame-benefit {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.ame-benefit.active {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   RESPONSIVE SIZES
   =============================== */

@media (max-width: 768px) {
  .ame-circle {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 576px) {
  .ame-circle {
    width: 90px;
    height: 90px;
  }
}



/* =====================
   RESPONSIVE
===================== */
@media (max-width: 991px) {
  .full-amen-img-card img {
    height: 220px;
  }

  .full-amen-overlay {
    opacity: 1; /* mobile lo text always visible */
  }
}

@media (max-width: 576px) {
  .full-amen-img-card img {
    height: 170px;
  }

  .full-amen-overlay p {
    font-size: 13.5px;
  }
}








/* =====================================================
   AMENITIES approach          SECTION
===================================================== */
.full-amen-approach-section {
  background: #f8fafc;
  padding: 60px 0;
}

.full-amen-approach-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: darkgreen;
  margin-bottom: 35px;
}

/* GRID */
.full-amen-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */
.full-amen-approach-card {
  background: #ffffff;
  padding: 26px 24px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.full-amen-approach-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.full-amen-approach-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: darkblue;
  margin-bottom: 10px;
}

.full-amen-approach-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #4f4f4f;
  margin: 0;
}

/* =====================
   RESPONSIVE
===================== */

/* TABLET */
@media (max-width: 991px) {
  .full-amen-approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .full-amen-approach-title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .full-amen-approach-grid {
    grid-template-columns: 1fr;
  }

  .full-amen-approach-card {
    padding: 22px 20px;
  }
}






/* =====================================================
   AMENITIES benfit         SECTION
===================================================== */
/* SECTION */
.ame-benefits {
  padding: 90px 0;
  background: #ffffff;
}

.ame-benefits-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #0f172a;
}

/* GRID */
.ame-benefits-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

/* ITEM */
.ame-benefit {
  flex: 1;
  min-width: 180px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.ame-benefit.active {
  opacity: 1;
  transform: translateY(0);
}

/* CIRCLE */
.ame-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.ame-circle img {
  width: 120px;
  height: 120px;
}

/* STEM */
.ame-stem {
  width: 4px;
  height: 45px;
  margin: 0 auto 14px;
  border-radius: 10px;
}

/* TEXT */
.ame-benefit p {
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
  max-width: 200px;
  margin: 0 auto;
}

/* COLORS */
.bg-green { background: #e6f4ea; }
.bg-beige { background: #f6ebda; }
.bg-lightgreen { background: #eaf6e3; }
.bg-purple { background: #f0e7fb; }
.bg-pink { background: #fde7f3; }

.bg-green + .ame-stem { background: #1e7f4f; }
.bg-beige + .ame-stem { background: #c48a2c; }
.bg-lightgreen + .ame-stem { background: #4caf50; }
.bg-purple + .ame-stem { background: #7c3aed; }
.bg-pink + .ame-stem { background: #db2777; }

/* HOVER */
.ame-benefit:hover .ame-circle {
  transform: translateY(-8px);
  transition: 0.4s ease;
}

.ame-benefit {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.ame-benefit.active {
  opacity: 1;
  transform: translateY(0);
}

.ame-benefit:hover .ame-circle {
  transform: translateY(-8px) scale(1.05);
  transition: 0.4s ease;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .ame-benefits-grid {
    justify-content: center;
  }

  .ame-circle {
    width: 100px;
    height: 100px;
  }

  .ame-circle img {
    width: 44px;
  }
}

@media (max-width: 576px) {
  .ame-benefits-grid {
    flex-direction: column;
    gap: 40px;
  }

  .ame-benefit p {
    max-width: 260px;
  }

  .ame-benefits-title {
    font-size: 24px;
  }
}


/* 
ameties expertise sectio===================================================== */



.amenties-exp-section {
  position: relative;
  padding: 80px 0;
  background: #f8fafc;
}


.amenties-exp-overlay {
  display: none;
}

.amenties-exp-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* TITLE */
.amenties-exp-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: darkgreen;
  margin-bottom: 55px;
}

/* GRID */
.amenties-exp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* CARD – Clean White Style */
.amenties-exp-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amenties-exp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.10);
}

/* CARD TITLE */
.amenties-exp-card h4 {
  font-size: 17.5px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #003B63;
}

/* CARD TEXT */
.amenties-exp-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
}

/* ===============================
   TABLET RESPONSIVE
=============================== */
@media (max-width: 991px) {
  .amenties-exp-title {
    font-size: 28px;
    margin-bottom: 45px;
  }

  .amenties-exp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===============================
   MOBILE RESPONSIVE
=============================== */
@media (max-width: 576px) {
  .amenties-exp-section {
    padding: 60px 0;
  }

  .amenties-exp-title {
    font-size: 24px;
  }

  .amenties-exp-grid {
    grid-template-columns: 1fr;
  }

  .amenties-exp-card {
    padding: 24px 20px;
  }

  .amenties-exp-card h4 {
    font-size: 16.5px;
  }

  .amenties-exp-card p {
    font-size: 13.8px;
  }
}


/* CTA */







.full-sec-ser-cta {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    #0ea5e9,
    #0284c7,
    #0369a1
  );
  color: #ffffff;
  overflow: hidden;
}

/* SUBTLE OVERLAY */
.full-sec-ser-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255,255,255,0.15),
    transparent 60%
  );
  z-index: 1;
}

/* CONTENT */
.full-sec-ser-cta .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

/* HEADING */
.full-sec-ser-cta h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}

/* TEXT */
.full-sec-ser-cta p {
  font-size: 18px;
  line-height: 1.7;
  color: #e0f2fe;
  margin-bottom: 34px;
}

/* BUTTONS */
.full-sec-ser-cta .btn {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  margin: 8px;
  transition: all 0.3s ease;
}

/* PRIMARY BUTTON */
.full-sec-ser-cta .btn-light {
  color: #0369a1;
}

.full-sec-ser-cta .btn-light:hover {
  background: #e0f2fe;
  transform: translateY(-3px);
}

/* OUTLINE BUTTON */
.full-sec-ser-cta .btn-outline-light {
  border-width: 2px;
}

.full-sec-ser-cta .btn-outline-light:hover {
  background: #ffffff;
  color: #0369a1;
  transform: translateY(-3px);
}

/* =====================================================
   TABLET (≤ 991px)
===================================================== */
@media (max-width: 991px) {

  .full-sec-ser-cta {
    padding: 70px 0;
  }

  .full-sec-ser-cta h2 {
    font-size: 32px;
  }

  .full-sec-ser-cta p {
    font-size: 16px;
  }
}

/* =====================================================
   MOBILE (≤ 576px)
===================================================== */
@media (max-width: 576px) {

  .full-sec-ser-cta {
    padding: 60px 0;
  }

  .full-sec-ser-cta h2 {
    font-size: 26px;
  }

  .full-sec-ser-cta p {
    font-size: 15px;
  }

  .full-sec-ser-cta .btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 10px auto;
  }
}
